table of contents
lsm_system_read_cache_pct_get(3) | Libstoragemgmt C API Manual | lsm_system_read_cache_pct_get(3) |
NAME¶
lsm_system_read_cache_pct_get - Retrieves read cache percentage of the system.
SYNOPSIS¶
int lsm_system_read_cache_pct_get (lsm_system *s);
ARGUMENTS¶
- s
- System to retrieve read cache percentage for.
VERSION¶
1.3
DESCRIPTION¶
Retrieves read cache percentage of the specified system.
CAPABILITY¶
LSM_CAP_SYS_READ_CACHE_PCT_GET
RETURN¶
int. Possible values are:
* >=0 and <= 100
Success.
* LSM_SYSTEM_READ_CACHE_PCT_NO_SUPPORT
No Support.
* LSM_SYSTEM_READ_CACHE_PCT_UNKNOWN
System pointer is NULL or bug.
lsm_system_read_cache_pct_get | May 2019 |